projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5679e2
)
Pinpoint hamcrest-dependency in cargotest to 0.1.1
author
lukaslueg
<lukas.lueg@gmail.com>
Fri, 10 Feb 2017 18:49:58 +0000
(19:49 +0100)
committer
GitHub
<noreply@github.com>
Fri, 10 Feb 2017 18:49:58 +0000
(19:49 +0100)
hamcrest 0.1 currently resolves to 0.1.3, which cargotest can't actually build with. Cargo's own dependency on =0.1.1 used to shadow the problem.
tests/cargotest/Cargo.toml
patch
|
blob
|
history
diff --git
a/tests/cargotest/Cargo.toml
b/tests/cargotest/Cargo.toml
index d33514b1d6ec007ddf4aa1af457da1e81cd93429..55ef9643f1b5473f31892087fb11572a32a5e449 100644
(file)
--- a/
tests/cargotest/Cargo.toml
+++ b/
tests/cargotest/Cargo.toml
@@
-12,7
+12,7
@@
cargo = { path = "../.." }
filetime = "0.1"
flate2 = "0.2"
git2 = { version = "0.6", default-features = false }
-hamcrest = "
0
.1"
+hamcrest = "
=0.1
.1"
kernel32-sys = "0.2"
libc = "0.2"
log = "0.3"